home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_21266.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  211 lines

  1. -- background: 21266 from stack: in
  2. -- bmap block id: 21626
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.1.1 Practice2
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=16 top=38 right=67 bottom=434
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 156
  30. -- text size: 20
  31. -- style flags: 0
  32. -- line height: 26
  33. -- part name: Subtitle
  34.  
  35.  
  36. -- part 23 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=16 top=68 right=88 bottom=452
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 256
  46. -- line height: 15
  47. -- part name: Instruction
  48.  
  49.  
  50. -- part 24 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=161 top=195 right=317 bottom=470
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 156
  58. -- text size: 16
  59. -- style flags: 0
  60. -- line height: 17
  61. -- part name: Text
  62.  
  63.  
  64. -- part 15 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=443 top=5 right=72 bottom=512
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Instant Reference
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   instantReference "1.1.1"
  79. end mouseUp
  80.  
  81.  
  82. -- part 16 (button)
  83. -- low flags: 00
  84. -- high flags: 2000
  85. -- rect: left=480 top=143 right=172 bottom=511
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 1310 / 1310
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Student Services
  94. ----- HyperTalk script -----
  95. on mousedown
  96.   SSpopUp
  97. end mousedown
  98.  
  99. on mouseup
  100.   if the mouseloc is not within the rect of me then exit to hyperCard
  101.   doSS
  102. end mouseup
  103.  
  104.  
  105.  
  106. -- part 17 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=482 top=176 right=205 bottom=511
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 162 / 162
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Help
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   Help
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 18 (button)
  126. -- low flags: 00
  127. -- high flags: 2000
  128. -- rect: left=482 top=294 right=320 bottom=509
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 1236 / 1236
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Last Menu
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   go to card "Individual and Work P/1"
  140. end mouseUp
  141.  
  142.  
  143. -- part 19 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=478 top=319 right=341 bottom=498
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 1401 / 1401
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: Prev
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.  
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 20 (button)
  163. -- low flags: 00
  164. -- high flags: 0000
  165. -- rect: left=493 top=319 right=341 bottom=512
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 1400 / 1400
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Next
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.  
  177. end mouseUp
  178.  
  179.  
  180.  
  181. -- part 29 (field)
  182. -- low flags: 81
  183. -- high flags: 0001
  184. -- rect: left=423 top=0 right=13 bottom=466
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 0 / 0
  187. -- text alignment: 65535
  188. -- font id: 4
  189. -- text size: 9
  190. -- style flags: 0
  191. -- line height: 12
  192. -- part name: CardTitle
  193.  
  194.  
  195. -- part 31 (button)
  196. -- low flags: 00
  197. -- high flags: 2000
  198. -- rect: left=482 top=208 right=234 bottom=509
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 1234 / 1234
  201. -- text alignment: 1
  202. -- font id: 0
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: Lesson
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   lesson "1.1.1"
  210. end mouseUp
  211.